home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / iPowerBase / DataView.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-04-09  |  6.9 KB  |  467 lines

  1. /* iPowerBase2::DataViewer */
  2.  
  3. body
  4. {
  5.     background:#666 !important;
  6. }
  7. #SearchController
  8. {
  9.     float:left;
  10.     display:block;
  11.     width:80px;
  12.     height:20px;
  13.     border-right:1px solid #444;
  14.     border-bottom:1px solid #888;
  15.     background:#eee;
  16. }
  17.  
  18.     a.PlusButton:link, a.PlusButton:visited
  19.     {
  20.         float:right;
  21.         display:block;
  22.         width:20px;
  23.         height:20px;
  24.         margin:0 2px 0 0;
  25.         background:url(/img/iPowerBase3/plus.jpg) no-repeat;
  26.     }
  27.     
  28.     .Minus
  29.     {
  30.         background:url(/img/iPowerBase3/minus.jpg) no-repeat !important;
  31.     }
  32.     
  33.     a.SaveAsButton:link, a.SaveAsButton:visited
  34.     {
  35.         float:left;
  36.         display:block;
  37.         width:50px;
  38.         height:20px;
  39.         line-height:20px;
  40.         margin:0 0 0 5px;
  41.         
  42.         background:url(/img/iPowerBase3/SaveAs.jpg) no-repeat;
  43.  
  44.         color:#666;
  45.         font-size:11px;
  46.         text-decoration:none;
  47.         text-align:center;
  48.     }
  49.     
  50.     a.SaveAsButton:hover
  51.     {
  52.         color:#000;
  53.     }
  54.  
  55.     a.SavedSearch:link, a.SavedSearch:visited
  56.     {
  57.         float:left;
  58.         display:block;
  59.         padding-left:20px;
  60.         padding-right:10px;
  61.         height:20px;
  62.         line-height:20px;
  63.         margin:0 0 0 0;
  64.         
  65.         background:#eee url(/img/ProjectCenter/SavedSearch_Icon.jpg) left top no-repeat;
  66.         border-right:1px solid #eee;
  67.         
  68.         color:#666;
  69.         font-size:11px;
  70.         text-decoration:none;
  71.     }
  72.     .Solo
  73.     {
  74.         border-right:1px solid #999 !important;
  75.     }
  76.     
  77.     a.SavedSearch:hover
  78.     {
  79.         color:#000;
  80.         background:#fff url(/img/ProjectCenter/SavedSearch_Icon_hover.jpg) left top no-repeat;
  81.         border-right:1px solid #999;
  82.     }
  83.  
  84.     a.SavedSearch_Remove:link, a.SavedSearch_Remove:visited
  85.     {
  86.         float:left;
  87.         display:block;
  88.         margin:0 0 0 0;
  89.         width:20px;
  90.         height:20px;
  91.         background:#eee url(/img/ProjectCenter/SavedSearch_remove.jpg) left top no-repeat;
  92.         border-right:1px solid #888;
  93.     }
  94.     a.SavedSearch_Remove:hover
  95.     {
  96.         background:#eee url(/img/ProjectCenter/SavedSearch_remove_hover.jpg) left top no-repeat;
  97.     }
  98.     
  99.     .CurrentSearch
  100.     {
  101.         font-weight:bold;
  102.         text-decoration:underline !important;
  103.         color:#37c !important;
  104.         background:#fff url(/img/ProjectCenter/SavedSearch_Icon_hover.jpg) left top no-repeat !important;
  105.         border-right:1px solid #ddd !important;
  106.  
  107.     }
  108.  
  109. #DataFieldSelector
  110. {
  111.     position:absolute;
  112.     display:block;
  113.     left:20px;
  114.     top:0px;
  115.     width:720px;
  116.     padding:0px 5px 0px 0px;
  117.     background:#eee;
  118.     border-bottom:1px solid #ccc;
  119.     border-left:1px solid #ccc;
  120.     z-index:2;
  121. }
  122.  
  123.     #DataFieldSelector input
  124.     {
  125.         height:25px;
  126.     }
  127.  
  128.     .HideHint
  129.     {
  130.         display:block;
  131.         width:100%;
  132.         height:19px;
  133.         background:#800;
  134.         border-top:1px solid #888;
  135.         color:#fff !important;
  136.         font-weight:bold;
  137.     }
  138.  
  139. #Pager
  140. {
  141.     float:left;
  142.     clear:left;
  143.     display:block;
  144.     width:100%;
  145.     height:20px;
  146.     line-height:20px;
  147.     background:#fff;
  148.     border-bottom:1px solid #444;
  149.     text-align:left;
  150. }
  151.  
  152.     a.PageLink:link, a.PageLink:visited
  153.     {
  154.         color:#444;
  155.         font-weight:bold;
  156.     }
  157.     
  158.     a.PageLink:hover
  159.     {
  160.         color:#000;
  161.     }
  162.  
  163. .SearchItem
  164. {
  165.     float:left;
  166.     clear:left;
  167.     display:inline-block;
  168.     width:100%;
  169.     height:20px;
  170.     background:#f3f3f3;
  171.     border-bottom:1px solid #444;
  172. }
  173.  
  174.     .TextLabel
  175.     {
  176.         float:left;
  177.         display:inline;
  178.         width:200px;
  179.         height:20px;
  180.         line-height:20px;
  181.         margin:0 10px 0 0px;
  182.         text-align:right;
  183.     }
  184.     
  185.     .SearchItem_Selection
  186.     {
  187.         float:left;
  188.         margin:0px 0 0 0px;
  189.         height:20px;
  190.     }
  191.     
  192.     .SearchItem_Input
  193.     {
  194.         float:left;
  195.         width:150px;
  196.         height:20px;
  197.         margin:0px 10px 0px 10px;
  198.     }
  199.  
  200. #DataContainer
  201. {
  202.     float:left;
  203.     clear:left;
  204.     display:block;
  205.     background:#fff;
  206. }
  207.  
  208. #DataFields
  209. {
  210.     float:left;
  211.     display:block;
  212.     height:24px;
  213.     border-bottom:1px solid #666;
  214.     border-left:1px solid #cdcdcd;
  215.     background:url("/img/iPowerBase3/datafield_bg.jpg") #fff repeat-x bottom;
  216. }
  217.  
  218. .DataAddress
  219. {
  220.     float:left;
  221.     clear:left;
  222.     display:inline-block;
  223.     
  224.     border-bottom:1px solid #666;
  225.     border-right:1px solid #aaa;
  226.     
  227.     width:50px;
  228.     height:24px;
  229.     line-height:24px;
  230.     font-family:"Courier New", "Lucida Grande", sans-serif;
  231.     text-align:center;
  232.     
  233.     background:url("/img/iPowerBase3/address_bg.jpg") #fff repeat-x bottom;
  234. }
  235.  
  236. a.DAddress:link, a.DAddress:visited
  237. {
  238.     float:left;
  239.     clear:left;
  240.     display:inline-block;
  241.     
  242.     border-bottom:1px solid #999;
  243.     border-right:1px solid #aaa;
  244.     
  245.     cursor:hand;
  246.     width:50px;
  247.     height:24px;
  248.     line-height:24px;
  249.     color:#000;
  250.     font-family:"Courier New", "Lucida Grande", sans-serif;
  251.     text-align:center;
  252.     text-decoration:none;
  253.     background:#ddd;
  254. }
  255.  
  256. a.Deleted:link, a.Delete:visited
  257. {
  258.     background:#555 !important;
  259.     color:#fff !important;
  260. }
  261.  
  262. a.DAddress:hover
  263. {
  264.     background:#37d;
  265.     color:#fff;
  266. }
  267.  
  268. a.tHeader:link, a.tHeader:visited
  269. {
  270.     position:relative;
  271.     display:inline-block;
  272.     
  273.     width:109px !important;
  274.     width:111px;
  275.     margin:1px 1px 0 1px;
  276.     
  277.     line-height:20px;
  278.     
  279.     height:20px;
  280.     color:#333;
  281.     border:1px solid #cdcdcd;
  282.     text-align:center;
  283.     text-decoration: none;
  284.     cursor:hand;
  285. }
  286.  
  287. a.tHeader:hover
  288. {
  289.     background:#fefefe;
  290.     border:1px solid #aaa;
  291.     color:#000;
  292. }
  293.  
  294. a.tHeader:active
  295. {
  296.     background:#e0e9ef;
  297.     color:#f00;
  298. }
  299.  
  300. .DescendingArrow
  301. {
  302.     position:absolute;
  303.     right:0px;
  304.     top:0px;
  305.     display:block;
  306.     width:20px;
  307.     height:20px;
  308.     background:url(/img/iPowerBase3/Descending.gif) no-repeat left;
  309.  
  310. }
  311. .AscendingArrow
  312. {
  313.     position:absolute;
  314.     right:0px;
  315.     top:0px;
  316.     display:block;
  317.     width:20px;
  318.     height:20px;
  319.     background:url(/img/iPowerBase3/Ascending.gif) no-repeat left;
  320. }
  321.  
  322. .SelectedDataField
  323. {
  324.     font-weight:bold;
  325. }
  326.  
  327. .DataRow
  328. {
  329.     float:left;
  330.     background:#fff;
  331.     border-bottom:1px solid #aaa;
  332.     border-top:1px solid #fff;
  333.     height:23px !important;
  334.     height:25px;
  335.     text-decoration:none;
  336. }
  337.  
  338. .SumSep
  339. {
  340.     float:left;
  341.     display:block;
  342.     width:100%;
  343.     height:2px;
  344.     background:#ccc;
  345.     
  346. }
  347.  
  348. a.CellGrid:link, a.CellGrid:visited
  349. {
  350.     float:left;
  351.     display:inline-block;
  352.     border:1px solid #fff;
  353.     border-right:1px solid #ccc;
  354.     width:111px !important;
  355.     width:113px;
  356.     height:20px !important;
  357.     height:22px;
  358.     text-align:center;
  359.     color:#036;
  360.     line-height:20px;
  361.     text-decoration:none;
  362.     cursor:default;
  363.     word-break:break-all;
  364.     overflow:hidden;
  365.     text-overflow:ellipsis;
  366. }
  367. a.CellGrid:hover
  368. {
  369.     border:1px dashed #aaa;
  370.     background:#ffc url(/img/ProjectCenter/Grid_bg.jpg);
  371.     color:#000;
  372.     text-decoration:none;
  373.     richness:75;
  374. }
  375.  
  376. .Input_Field
  377. {
  378.     float:left;
  379.     display:inline-block;
  380.     border:1px solid #999;
  381.     width:109px !important;
  382.     width:111px;
  383.     height:18px !important;
  384.     height:20px;
  385.     color:#333;
  386.     line-height:18px;
  387.     text-decoration:none;
  388.     text-align:center;
  389.     font-size:13px;
  390.     font-weight:bold;
  391. }
  392.  
  393. .Input_TextArea
  394. {
  395.     float:left;
  396.     display:block;
  397.     border:1px solid #999;
  398.     width:109px;
  399.     height:50px;
  400.     color:#333;
  401.     
  402.     text-decoration:none;
  403.     text-align:center;
  404.     font-size:12px;
  405.     overflow:hidden;
  406.     
  407. }
  408.  
  409. .GroupTitle
  410. {
  411.     background:url('/img/iPowerBase3/item_group_title.jpg') repeat-x top #fff;
  412. }
  413.  
  414. .rowGroup
  415. {
  416.     display:block;
  417.     float:left;
  418. }
  419.  
  420. #Notifier
  421. {
  422.     border:1px solid #ccc;
  423.     background:#f0f9ff;
  424.     width:100px;
  425.     height:50px;
  426.     line-height:50px;
  427.     color:#000;
  428.     text-align:center;
  429. }
  430.  
  431.  
  432. /* DataFields Formats */
  433. .Currency
  434. {
  435.     text-align:right;
  436. }
  437.  
  438. .Memo
  439. {
  440.     color:#27c !important;
  441.     font-family:Courier New, Tahoma, sans-serif;
  442. }
  443.  
  444. .Number_Avg
  445. {
  446.     color:#400 !important;
  447.     font-family:Arial, sans-serif;
  448. }
  449.  
  450. .Number_Acc
  451. {
  452.     color:#800 !important;
  453.     font-family:Arial, sans-serif;
  454. }
  455.  
  456. .Number
  457. {
  458.     color:#c00 !important;
  459.     font-family:Arial, sans-serif;
  460. }
  461.  
  462. .DateTime
  463. {
  464.     color:#000 !important;
  465.     font-family:Courier New, sans-serif !important;
  466.     font-size:11px !important;
  467. }